Welcome to the 'rewind' section for Chapter 11!

Much of the variation in CH11 comes from in-chapter choices, but there are still variations you won't be able to see without a full replay, which is where rewinding comes in.

The choices here don't represent every possible difference in CH11, but some of the differences are small enough I don't want to extend the questionnaire for them. e.g. there are skill-based variations, but resetting the skill variables to neutral then making you re-select all the ways in which they can be altered just wouldn't be worth the hassle.

This method isn't flawless (it doesn't automatically reset relationship changes for example), so if you replay a bunch of times, things might start getting weird.

Nevertheless, with no further ado:

Would you like to change your build, i.e. fighting style, power speciality, and personality variables?

*choice
    #Yes.
        What's your fighting style?
        *choice
            #Hand-to-hand.
                *set fighting_style 1
            #Adaptable.
                *set fighting_style 2
            #Power wielder.
                *set fighting_style 3
                
        What's your speciality?
        *choice
            #Nodes.
                *set speciality 1
            #Mutations.
                *set speciality 2
            #Carapace
                *set speciality 3
                
        Instinctive or methodical?        
        *choice
            #Instinctive.
                *set instinctive 75
            #Methodical.
                *set instinctive 25
            #Middle ground.
                *set instinctive 50
            #Leave the value as it is.
                *goto expor
                
        *label expor                
        Expressive or reserved?
        *choice
            #Expressive.
                *set expressive 75
            #Reserved.
                *set expressive 25
            #Middle ground.
                *set expressive 50
            #Leave the value as it is.
                *goto juicepicker
            
        *goto juicepicker
            
    #No thanks.
        *goto juicepicker
    
    
*label juicepicker
What's your Juice situation?
*choice
    #Moderate Juice (30+), two vials (enhanced and regular)
        *set juice 30
        *set vials 2
    #Moderate Juice (30+), one vial (enhanced only)
        *set juice 40
        *set vials 1
    #Low Juice (20 or less), two vials (enhanced and regular)
        *set juice 10
        *set vials 2
    #Low Juice (20 or less), one vial (enhanced only)
        *set juice 10
        *set vials 1
 
Have you killed anyone, and how did you react to it?
*choice
    #I haven't killed.
        *if (knowledge > 44)
            *set watson 2
            *set killer false
            *set accidentkill false
            *set guiltkill false
            
        *else
            *set rentcop false
            *set killer false
            *set accidentkill false
            *set guiltkill false
            
        How are you for violence in general?
        *choice
            #I'll be brutal if the situation calls for it.
                *set brutal 3
                *set psycho 0
            #I try not to be, where possible.
                *set brutal 0
                *set psycho 0
            #I actively enjoy it.
                *set brutal 3
                *set psycho 3
                
        *goto grabbed
    #I killed, it was an accident, and I regret it.
        *set accidentkill true
        *set guiltkill true
        *set brutal 3
        
        *label didkills
        *set killer true
        *if (knowledge > 44)
            *set watson 3
        
        *else
            *set rentcop true
    #I killed, it was an accident, but I don't regret it.
        *set accidentkill true
        *set brutal 4
        *set psycho 1
        
        *goto didkills
    #I killed deliberately, but I regret it.
        *set guiltkill true
        *set brutal 3
        *set psycho 2
        *goto didkills
    #I killed deliberately and don't regret it.
        *set brutal 4
        *set psycho 3
        *goto didkills
            
*label grabbed
Have you previously been grabbed by Insider?
*choice
    #Yes.
        *set tag true
    #Nope.
        *set tag false
        
How's your relationship with Mallory/Wyrd?
*choice
    #It's strong.
        *set rel_wyrd 75
    #Middling.
        *set rel_wyrd 55
        *set hookup_wyrd 1
    #Mediocre to bad.
        *set rel_wyrd 35
        *set hookup_wyrd 1

How's your relationship with Teddie/Fracture?
*choice
    #It's strong.
        *set rel_teddie 60
        *set punch_teddie false
        *set po_teddie false
    #Middling.
        *set rel_teddie 40
        *set punch_teddie false
        *set po_teddie false
    #Poor.
        *set rel_teddie 20
        *set punch_teddie false
        *set po_teddie false
    #We've argued, and didn't make up.
        *set po_teddie true
        *set rel_teddie 20
        
        *label kaypatch
        Did you agree with Kay to try and patch things up with him?
        *choice
            #Yes.
                *set patchup 2
            #No.
                *set patchup 3
    #I punched him, so, bad.
        *set punch_teddie true
        *set rel_teddie 10
        
        *goto kaypatch        

    
You're all set!
*page_break
*return